home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
program
/
gucrtr13.rea
< prev
next >
Wrap
Text File
|
1996-02-22
|
1KB
|
52 lines
Short: Interface Builder for OS3.0+
Author: m_hillen@informatik.uni-kl.de
Type: dev/gui
GUICreator is program like GadToolsBox. You can create a graphical user
interface for your programs. No additional external library is neccesary!
The created source can be compiled with the following compilers:
o Maxon C/C++
o DICE C
o GNU C
o SAS C
These GUI creators are in work:
o Modula-2
o Oberon
The generated code is fontsensitive, the windows are resizable. It only
relies on the gadgtools.library v39. (If you want code for v37, please
refer to the docs)
FEATURES:
=========
v1.3: 21-Aug-95
---------------
- menu support
- small enhancements
v1.2: 04-Jul-95
---------------
- gadget layout with mouse
- DICE support
- GNU support
- cycle and mx gadgets are defined with listviews now
- SAS/C support
v1.1: 28-Jun-95
---------------
- cancel-option at gadget-creation
- smaller code
- window-positions are saved
- fold marks are now possible
- you can specify another path (shell version only)
v1.0: 20-Jun-95
---------------
- initial release